Dynomotion

Group: DynoMotion Message: 9681 From: eric_kato_sanders Date: 6/23/2014
Subject: Another small tool table bug
When you select the option to edit the tool table from within Tools Setup File tab, it is not updating the combo box like you do when called from the edit button on the main gui.  This also leads to a possible omission in the new code?  The old code had
TheFrame->GCodeDlg.Interpreter->m_ReadToolFile=true;
The new handler does not.  Is this flag no longer important?
Eric
Group: DynoMotion Message: 9692 From: Tom Kerekes Date: 6/24/2014
Subject: Re: Another small tool table bug
Hi Eric,

Thanks again.  This should be fixed in the next Version.

Actually the m_ReadToolFile is no longer needed as the Tool File is always re-read every time the Interpreter is launched so that it can be externally modified.

Regards
TK